go/types.Checker.isImportedConstraint (method)

3 uses

	go/types (current package)
		decl.go#L524: func (check *Checker) isImportedConstraint(typ Type) bool {
		decl.go#L542: 		if check.isImportedConstraint(rhs) && !check.allowVersion(check.pkg, 1, 18) {
		typeset.go#L278: 			if check != nil && check.isImportedConstraint(typ) && !check.allowVersion(check.pkg, 1, 18) {